synchronisation [synchronization, -USA] - translation to Αγγλικά
DICLIB.COM
AI-based language tools
Εισάγετε μια λέξη ή φράση σε οποιαδήποτε γλώσσα 👆
Γλώσσα:     

Μετάφραση και ανάλυση λέξεων από τεχνητή νοημοσύνη

Σε αυτήν τη σελίδα μπορείτε να λάβετε μια λεπτομερή ανάλυση μιας λέξης ή μιας φράσης, η οποία δημιουργήθηκε χρησιμοποιώντας το ChatGPT, την καλύτερη τεχνολογία τεχνητής νοημοσύνης μέχρι σήμερα:

  • πώς χρησιμοποιείται η λέξη
  • συχνότητα χρήσης
  • χρησιμοποιείται πιο συχνά στον προφορικό ή γραπτό λόγο
  • επιλογές μετάφρασης λέξεων
  • παραδείγματα χρήσης (πολλές φράσεις με μετάφραση)
  • ετυμολογία

synchronisation [synchronization, -USA] - translation to Αγγλικά

CONCEPT IN COMPUTER SCIENCE, REFERRING TO PROCESSES, OR DATA
Synchronization point; Synchronization primitive; Thread synchronization; Process synchronization; Synchronisation (computer science); Interlocked operations; Synchronisation primitive; Synchronization software; Synchronization algorithms; Synchronisation plane
  • '''Figure 3: '''Changes from both server and client(s) are synchronized.
  • '''Figure 1''': Three processes accessing a shared resource ([[critical section]]) simultaneously.
  • '''Figure 2''': A process accessing a shared resource if available, based on some synchronization technique.

synchronisation [synchronization, -USA]      
= sincronización
Ex: This article focuses on ways of getting round incompatibilities between different manufacturers" communication architectures and protocols, and the problem posed by synchronisation.
Synchronous         
  • Troops use synchronization to learn teamwork
  • A mechanical demonstration of synchronization of oscillators: [[metronome]]s, initially out of phase, synchronize through small motions of the base on which they are placed
COORDINATION OF EVENTS TO OPERATE A SYSTEM IN UNISON
Synchronous; Synchronizing; Synchronisation; Synchronise; Synchronize; Nonsynchronous; Synchronising; Unsynchronized; Synching; Video synching; Time synchronization; Sync cable; Film synchronization; Synchronizability; Timing synchronization
Síncrono
synchronous         
  • Troops use synchronization to learn teamwork
  • A mechanical demonstration of synchronization of oscillators: [[metronome]]s, initially out of phase, synchronize through small motions of the base on which they are placed
COORDINATION OF EVENTS TO OPERATE A SYSTEM IN UNISON
Synchronous; Synchronizing; Synchronisation; Synchronise; Synchronize; Nonsynchronous; Synchronising; Unsynchronized; Synching; Video synching; Time synchronization; Sync cable; Film synchronization; Synchronizability; Timing synchronization
(adj.) = síncrono, sincrónico
Ex: The new technologies for information storage and retrieval which have burst upon the scene in only the past few years are mind boggling: electronic mail, synchronous and asynchronous communications networks, computer imaging, desktop publishing, facsimile transmission, just to name a few.

Ορισμός

synchronous
['s??kr?n?s]
¦ adjective
1. existing or occurring at the same time.
2. of or denoting a satellite which revolves in its orbit in exactly the same time as the primary body rotates on its axis.
Derivatives
synchronously adverb
Origin
C17: from late L. synchronus (from Gk sunkhronos, from sun- 'together' + khronos 'time') + -ous.

Βικιπαίδεια

Synchronization (computer science)

In computer science, synchronization refers to one of two distinct but related concepts: synchronization of processes, and synchronization of data. Process synchronization refers to the idea that multiple processes are to join up or handshake at a certain point, in order to reach an agreement or commit to a certain sequence of action. Data synchronization refers to the idea of keeping multiple copies of a dataset in coherence with one another, or to maintain data integrity. Process synchronization primitives are commonly used to implement data synchronization.